home *** CD-ROM | disk | FTP | other *** search
- /*
- File: Strings.h
-
- Contains: Pascal <-> C String Interfaces.
-
- Version: Technology: System 7.5
- Release: Universal Interfaces 3.0.1
-
- Copyright: © 1985-1993, 1996-1997 by Apple Computer, Inc., all rights reserved
-
- Bugs?: Please include the the file and version information (from above) with
- the problem description. Developers belonging to one of the Apple
- developer programs can submit bug reports to:
-
- devsupport@apple.com
-
- */
- /*
- Note: All Pascal <-> C String routines have moved to TextUtils.h
-
- */
- #ifndef __STRINGS__
- #define __STRINGS__
-
- #ifndef __TEXTUTILS__
- #include <TextUtils.h>
- #endif
-
-
- #endif /* __STRINGS__ */
-
-